WatchList Tool – Events
The following table lists and describes events of the WatchList Tool.
| Event | Description |
|---|---|
|
EventAlert runs when a point’s alert state is triggered. |
|
|
EventDClick runs when the user clicks the left-mouse button twice. |
|
|
EventDClickCol runs when the user clicks the left mouse button twice on the column. |
|
|
EventInitialize runs when TheView is started in Run or Preview mode to allow further initialization for the control. |
|
|
EventLClick runs when the user clicks the left mouse button once. |
|
|
EventLClickCol runs when the user clicks the left mouse button once on the column. |
|
|
EventPointChange runs when an unrelated point is updated. This event can significantly reduce initialization time for screens that may contain objects configured for unrelated points. Unrelated points can be registered using an object’s RegisterPointForChangeNotice method, if applicable. |
|
|
EventPumpData is a legacy event, and is effectively obsolete. Do not use. In the past, this event would run when data was "pumped" to TheView. |
|
|
EventRClick runs when the user clicks the right mouse button once. |
|
|
EventRClickCol runs when the user clicks the right mouse button once on the column. |
|
|
EventRowButtonClicked runs when the user clicks the button on the row once. |
|
|
EventRowChange runs when the user moves the selection between rows. |
|
|
EventTrendAddTag runs when a user adds a point to a single-point trend. |
|
|
EventTrendRemoveTag runs when a user removes a point from a single-point trend. |
|
|
EventTrendSingleTag runs when a user starts a single point trend. |
|
|
EventTrendSingleTagRollup runs when a user starts a rollup trend for a single point. |

